home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / oki830us.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  13.1 KB  |  397 lines

  1. *PPD-Adobe: "4.1"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1992 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *FormatVersion: "4.1"
  10. *FileVersion: "2.1"
  11. *LanguageEncoding: ISOLatin1
  12. *LanguageVersion: English
  13. *PCFileName: "OKI830US.PPD"
  14. *Product: "(OL830)"
  15. *PSVersion: "(52.5) 0"
  16. *ModelName: "Oki OL830-PS"
  17. *ShortNickName: "Okidata OL830 PostScript"
  18. *NickName: "Okidata OL830 PostScript"
  19.  
  20. *% General Information and Defaults ===============
  21. *FreeVM: "435616"
  22. *LanguageLevel: "1"
  23. *Extensions: FileSystem
  24. *ColorDevice: False
  25. *DefaultColorSpace: Gray
  26. *VariablePaperSize: False
  27. *FileSystem: True
  28. *?FileSystem: "
  29. save
  30.   statusdict /diskonline get exec {(True)}{(False)} ifelse = flush
  31. restore
  32. "
  33. *End
  34. *Throughput: "8"
  35. *Password: "0"
  36. *ExitServer: "
  37.   count 0 eq {  % is the password on the stack?
  38.     true
  39.   }{
  40.     dup    % potential password
  41.     statusdict /checkpassword get exec not
  42.   } ifelse
  43.   {  %  if no password or not valid
  44.     (WARNING : Cannot perform the exitserver command.) =
  45.     (Password supplied is not valid.) =
  46.     (Please contact the author of this software.) = flush
  47.     quit
  48.   } if
  49.   serverdict /exitserver get exec
  50. "
  51. *End
  52.  
  53. *Reset: "
  54.   count 0 eq {  % is the password on the stack?
  55.     true
  56.   }{
  57.     dup    % potential password
  58.     statusdict /checkpassword get exec not
  59.   } ifelse
  60.   {  %  if no password or not valid
  61.     (WARNING : Cannot reset printer.) =
  62.     (Password supplied is not valid.) =
  63.     (Please contact the author of this software.) = flush
  64.     quit
  65.   } if
  66.   serverdict /exitserver get exec
  67.   systemdict /quit get exec
  68.   (WARNING : Printer Reset Failed.) = flush
  69. "
  70. *End
  71.  
  72. *DefaultResolution: 300dpi
  73. *?Resolution: "
  74. save
  75.   initgraphics
  76.   0 0 moveto currentpoint matrix defaultmatrix transform
  77.   0 72 lineto currentpoint matrix defaultmatrix transform
  78.   3 -1 roll sub dup mul
  79.   3 1 roll exch sub dup mul
  80.   add sqrt round cvi
  81.   (          ) cvs print (dpi) = flush
  82. restore
  83. "
  84. *End
  85.  
  86. *% Halftone Information ===============
  87. *ScreenFreq: "60.0"
  88. *ScreenAngle: "45.0"
  89. *DefaultScreenProc: Dot
  90. *ScreenProc Dot: "
  91. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  92. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  93. "
  94. *End
  95. *ScreenProc Line: "{ pop }"
  96. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  97.  
  98. *DefaultTransfer: Null
  99. *Transfer Null: "{ }"
  100. *Transfer Null.Inverse: "{ 1 exch sub }"
  101.  
  102. *% Paper Handling ===================
  103. *% Use these entries to set paper size most of the time, unless there is
  104. *% specific reason to use PageRegion.
  105. *OpenUI *PageSize: PickOne
  106. *OrderDependency: 30 AnySetup *PageSize
  107. *DefaultPageSize: Letter
  108. *PageSize Letter: "statusdict /lettertray get exec"
  109. *PageSize Legal: "statusdict /legaltray get exec"
  110. *PageSize Executive: "statusdict /executivetray get exec"
  111. *PageSize A4: "statusdict /a4tray get exec"
  112. *PageSize A5: "statusdict /a5tray get exec"
  113. *PageSize B5: "statusdict /b5tray get exec"
  114. *PageSize Envelope.297.684/Comm #10 Envelope:"statusdict /com10tray get exec"
  115. *PageSize Envelope.312.624/DL Envelope:"statusdict /dltray get exec"
  116. *PageSize Envelope.459.649/C5 Envelope:"statusdict /c5tray get exec"
  117. *PageSize Envelope.279.540/Monarch Envelope:"statusdict /monarchtray get exec"
  118. *?PageSize: "
  119. save
  120. 10 dict
  121.   dup /letter (Letter) put
  122.   dup /legal (Legal) put
  123.   dup /executivepage (Executive) put
  124.   dup /a4 (A4) put
  125.   dup /a5 (A5) put
  126.   dup /b5 (B5) put
  127.   dup /com10 (Envelope.297.684) put
  128.   dup /dl (Envelope.312.624) put
  129.   dup /c5 (Envelope.459.649) put
  130.   dup /monarch (Envelope.279.540) put
  131.   statusdict /papersize get exec
  132.   3 1 roll  {get} stopped {(Unknown)}if
  133.   exch  not { print (.Transverse) }if
  134.   = flush
  135. restore
  136. "
  137. *End
  138. *CloseUI: *PageSize
  139.  
  140. *% These entries will set up the frame buffer. Usually used with manual feed.
  141. *OpenUI *PageRegion: PickOne
  142. *OrderDependency: 40 AnySetup *PageRegion
  143. *DefaultPageRegion: Letter
  144. *PageRegion Letter: "letter"
  145. *PageRegion Legal: "legal"
  146. *PageRegion Executive: "executivepage"
  147. *PageRegion A4: "a4"
  148. *PageRegion A5: "a5"
  149. *PageRegion B5: "b5"
  150. *PageRegion Envelope.297.684/Comm #10 Envelope: "com10"
  151. *PageRegion Envelope.312.624/DL Envelope: "dl"
  152. *PageRegion Envelope.459.649/C5 Envelope: "c5"
  153. *PageRegion Envelope.279.540/Monarch Envelope: "monarch"
  154. *CloseUI: *PageRegion
  155.  
  156. *% The following entries provide information about specific paper keywords.
  157. *DefaultImageableArea: Letter
  158. *ImageableArea Letter: "8 8 606 779 "
  159. *ImageableArea Legal: "8 8 606 995 "
  160. *ImageableArea Executive: "8 8 513 743"
  161. *ImageableArea A4: "8 8 586 828 "
  162. *ImageableArea A5: "8 8 410 582 "
  163. *ImageableArea B5: "8 8 506 715 "
  164. *ImageableArea Envelope.297.684/Comm #10 Envelope: "8 8 287 671"
  165. *ImageableArea Envelope.279.540/Monarch Envelope: "8 8 271 527"
  166. *ImageableArea Envelope.312.624/DL Envelope: "8 8 302 610"
  167. *ImageableArea Envelope.459.649/C5 Envelope: "8 8 452 636"
  168. *?ImageableArea: "
  169. save
  170.   /cvp {(                ) cvs print ( ) print } bind def
  171.   /upperright {10000 mul floor 10000 div} bind def
  172.   /lowerleft {10000 mul ceiling 10000 div} bind def
  173.   newpath clippath pathbbox
  174.   4 -2 roll exch 2 {lowerleft cvp} repeat
  175.   exch 2 {upperright cvp} repeat flush
  176.  restore
  177. "
  178. *End
  179.  
  180. *% These provide the physical dimensions of the paper (by keyword)
  181. *DefaultPaperDimension: Letter
  182. *PaperDimension Letter: "612 792"
  183. *PaperDimension Legal: "612 1008"
  184. *PaperDimension Executive: "522 756"
  185. *PaperDimension A4: "595 842"
  186. *PaperDimension A5: "420 595"
  187. *PaperDimension B5: "516 729"
  188. *PaperDimension Envelope.297.684/Comm #10 Envelope:"297 684"
  189. *PaperDimension Envelope.312.624/DL Envelope:"312 624"
  190. *PaperDimension Envelope.459.649/C5 Envelope:"459 649"
  191. *PaperDimension Envelope.279.540/Monarch Envelope:"279 540"
  192.  
  193. *DefaultOutputOrder: Normal
  194.  
  195. *RequiresPageRegion All: True
  196. *OpenUI *InputSlot: PickOne
  197. *OrderDependency: 20 AnySetup *InputSlot
  198. *DefaultInputSlot: Upper
  199. *InputSlot Upper: "0 statusdict /setpapertray get exec"
  200. *InputSlot Lower: "1 statusdict /setpapertray get exec"
  201. *?InputSlot: "
  202. save
  203.   [ (Upper) (Lower) ] statusdict /papertray get exec
  204.   {get exec} stopped { pop pop (Unknown)} if = flush
  205. restore
  206. "
  207. *End
  208. *CloseUI: *InputSlot
  209.  
  210. *OpenUI *ManualFeed: Boolean
  211. *OrderDependency: 20 AnySetup *ManualFeed
  212. *DefaultManualFeed: False
  213. *ManualFeed True: "statusdict /manualfeed true put"
  214. *ManualFeed False: "statusdict /manualfeed false put"
  215. *?ManualFeed: "
  216. save
  217.   statusdict /manualfeed get {(True)}{(False)}ifelse = flush
  218. restore
  219. "
  220. *End
  221. *CloseUI: *ManualFeed
  222.  
  223. *% Font Information =====================
  224. *DefaultFont: Courier
  225. *Font Courier-Bold: Standard "(001.004)" Standard ROM
  226. *Font Courier-BoldOblique: Standard "(001.004)" Standard ROM
  227. *Font Courier-Oblique: Standard "(001.004)" Standard ROM
  228. *Font Helvetica: Standard "(001.002)" Standard ROM
  229. *Font Helvetica-Bold: Standard "(001.002)" Standard ROM
  230. *Font Helvetica-BoldOblique: Standard "(001.002)" Standard ROM
  231. *Font Helvetica-Narrow: Standard "(001.002)" Standard ROM
  232. *Font Helvetica-Narrow-Bold: Standard "(001.002)" Standard ROM
  233. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)" Standard ROM
  234. *Font Helvetica-Narrow-Oblique: Standard "(001.002)" Standard ROM
  235. *Font Helvetica-Oblique: Standard "(001.002)" Standard ROM
  236. *Font Symbol: Special "(001.003)" Special ROM
  237. *Font Times-Bold: Standard "(001.002)" Standard ROM
  238. *Font Times-BoldItalic: Standard "(001.004)" Standard ROM
  239. *Font Times-Italic: Standard "(001.002)" Standard ROM
  240. *Font Times-Roman: Standard "(001.002)" Standard ROM
  241. *?FontQuery: "
  242. save
  243.  /str 100 string dup 0 (fonts/) putinterval def
  244.  {
  245.    count 1 gt
  246.    {
  247.      exch dup str 6 94 getinterval cvs
  248.      (/) print dup print (:) print exch
  249.      FontDirectory exch known
  250.      { pop (Yes) }
  251.       {
  252.         length 6 add str 0 3 -1 roll getinterval
  253.         mark exch status
  254.        {cleartomark (Yes)}{cleartomark (No)} ifelse
  255.      } ifelse =
  256.    }
  257.    {exit} ifelse
  258.  }bind loop
  259.  (*) = flush
  260. restore
  261. "
  262. *End
  263.  
  264. *?FontList: "
  265. save
  266.   FontDirectory { pop == } bind forall flush
  267.   /filenameforall where
  268.   {
  269.     pop (fonts/*)
  270.     { dup length 6 sub 6 exch getinterval cvn == } bind
  271.     128 string filenameforall flush
  272.   } if
  273.   (*) = flush
  274. restore
  275. "
  276. *End
  277.  
  278. *% Printer Messages (verbatim from printer):
  279.  
  280. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  281. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  282. *Message: "\FontName\ not found, using Courier"
  283.  
  284. *% Status (format: %%[ status: <one of these> ]%% )
  285. *Status: "idle"
  286. *Status: "busy"
  287. *Status: "waiting"
  288. *Status: "printing"
  289. *Status: "warming up"
  290. *Status: "Printer Error: ERROR ENGINE"
  291. *Status: "Printer Error: ERROR ENGINE FAN"
  292. *Status: "Printer Error: ERROR ENGINE FUSER"
  293. *Status: "Printer Error: ERROR OPTION RAM"
  294. *Status: "Printer Error: ERROR RESIDENT RAM"
  295. *Status: "Printer Error: ERROR EEPROM"
  296. *Status: "Printer Error: ERROR PROGRAM ROM"
  297. *Status: "Printer Error: COVER OPEN"
  298. *Status: "Printer Error: PAPER JAM TRAY1"
  299. *Status: "Printer Error: PAPER JAM TRAY2"
  300. *Status: "Printer Error: PAPER FEED JAM TRAY1"
  301. *Status: "Printer Error: PAPER FEED JAM TRAY2"
  302. *Status: "Printer Error: PAPER OUT TRAY1"
  303. *Status: "Printer Error: PAPER OUT TRAY2"
  304. *Status: "Printer Error: FUSER LIFE"
  305. *Status: "Printer Error: DRUM LIFE"
  306. *Status: "Printer Error: TONER LOW"
  307. *Status: "Printer Error: Image is too light"
  308. *Status: "Printer Error: Image is too dark"
  309. *Status: "Printer Error: Blank page"
  310. *Status: "Printer Error: Full black image"
  311. *Status: "Printer Error: Stains on paper"
  312. *Status: "Printer Error: Cyclic abnormality"
  313. *Status: "Printer Error: Dark vertical lines"
  314. *Status: "Printer Error: White vertical lines"
  315. *Status: "Printer Error: Dirty back ground"
  316.  
  317. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  318. *Source: "serial9"
  319. *Source: "serial25"
  320. *Source: "AppleTalk"
  321. *Source: "Centronics"
  322.  
  323. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  324. *PrinterError: "ERROR ENGINE"
  325. *PrinterError: "ERROR ENGINE FAN"
  326. *PrinterError: "ERROR ENGINE FUSER"
  327. *PrinterError: "ERROR OPTION RAM"
  328. *PrinterError: "ERROR RESIDENT RAM"
  329. *PrinterError: "ERROR EEPROM"
  330. *PrinterError: "ERROR PROGRAM ROM"
  331. *PrinterError: "COVER OPEN"
  332. *PrinterError: "PAPER JAM TRAY1"
  333. *PrinterError: "PAPER JAM TRAY2"
  334. *PrinterError: "PAPER FEED JAM TRAY1"
  335. *PrinterError: "PAPER FEED JAM TRAY2"
  336. *PrinterError: "PAPER OUT TRAY1"
  337. *PrinterError: "PAPER OUT TRAY2"
  338. *PrinterError: "FUSER LIFE"
  339. *PrinterError: "DRUM LIFE"
  340. *PrinterError: "TONER LOW"
  341. *PrinterError: "Image is too light"
  342. *PrinterError: "Image is too dark"
  343. *PrinterError: "Blank page"
  344. *PrinterError: "Full black image"
  345. *PrinterError: "Stains on paper"
  346. *PrinterError: "Cyclic abnormality"
  347. *PrinterError: "Dark vertical lines"
  348. *PrinterError: "White vertical lines"
  349. *PrinterError: "Dirty back ground"
  350.  
  351. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  352.  
  353. *% Color Separation Information =====================
  354.  
  355. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  356.  
  357. *InkName: ProcessBlack/Process Black
  358. *InkName: CustomColor/Custom Color
  359. *InkName: ProcessCyan/Process Cyan
  360. *InkName: ProcessMagenta/Process Magenta
  361. *InkName: ProcessYellow/Process Yellow
  362.  
  363. *%  For 60 lpi / 300 dpi  ===============================
  364.  
  365. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  366. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  367. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  368. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  369. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  370.  
  371. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  372. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  373. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  374. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  375. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  376.  
  377. *%  For 53 lpi / 300 dpi  ===============================
  378.  
  379. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  380. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  381. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  382. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  383. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  384.  
  385. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  386. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  387. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  388. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  389. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  390.  
  391. *% For "OL830" version 52.5
  392. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  393. *% Converted to meet 4.1 specification
  394. *% Last Edit Date: 9 Mar 1994
  395. *% The byte count of this file should be exactly 13375
  396. *% End of PPD file for OL840
  397.